home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_42237.txt < prev    next >
Text File  |  1991-02-27  |  1KB  |  58 lines

  1. -- card: 42237 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=30 top=78 right=296 bottom=478
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 4
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part contents for card part 1
  23. ----- text -----
  24. /*
  25. *   FILE:    class.c
  26. *   AUTHOR:  R.G.
  27. *   CREATED: June 25, 1990
  28. *   
  29. *   define methods for Generic_Class
  30. */
  31.  
  32. # include "class.h"
  33.  
  34. /******************************************************************
  35. *   define generic init() method
  36. ******************************************************************/
  37. int     Generic_Class::init(void)
  38. {
  39.     return 1;
  40. }
  41.  
  42. /******************************************************************
  43. *   define generic destroy() method
  44. ******************************************************************/
  45. int     Generic_Class::destroy(void)
  46. {
  47.     return 1;
  48. }
  49.  
  50.  
  51.  
  52. -- part contents for background part 7
  53. ----- text -----
  54. 132
  55.  
  56. -- part contents for background part 4
  57. ----- text -----
  58. File 2 of 7: